projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
988529e
)
Add (bogus) missing initializer.
author
robertl
<robertl>
Mon, 20 Jun 2005 22:13:18 +0000
(22:13 +0000)
committer
robertl
<robertl>
Mon, 20 Jun 2005 22:13:18 +0000
(22:13 +0000)
garmin.c
patch
|
blob
|
history
diff --git
a/garmin.c
b/garmin.c
index a25b363c052f8002326185ed041610a5ee762b72..a5296f229040097ad838ba165d0f3652c2963e62 100644
(file)
--- a/
garmin.c
+++ b/
garmin.c
@@
-51,7
+51,7
@@
arglist_t garmin_args[] = {
NULL, ARGTYPE_BOOL},
{ "power_off", &poweroff, "Command unit to power itself down",
NULL, ARGTYPE_BOOL},
- { 0, 0, 0, 0}
+ { 0, 0, 0, 0
, 0
}
};
static const char * d103_symbol_from_icon_number(unsigned int n);